home *** CD-ROM | disk | FTP | other *** search
- ; RAL.CFG
-
- ; This file, which must reside in the \var directory, can be used
- ; to cure some problems with Rally. The keywords below, if enabled,
- ; will allow you to fix problems, disable certain functions,etc.
- ; To make a keyword active, remove the ; from in front of it in the
- ; list below then save it
-
- ; The keywords and their usage are as follows
-
- ; forced3d 1 ; This forces the program to use d3d drivers, not
- ; card specific drivers
-
- ; nommx 1 ; This disables mmx code on machines which have MMX built in
-
- ; forceno3dcard 1 ; This disables 3d Hardware support of any type, useful
- ; if your program crashes
-
- ; ****************************************************************************************
- ; Requires version 4.63 to use all of the below commands.
- ; ****************************************************************************************
-
- ; noaudio 1 ; This disables the sounds in the program to test if you have
- ; problems with your sounds
-
- ; force16bittex 1 ; The program will try to use 8bit textures in preference to
- ; 16 bit. Put this line in to force 16 bit textures
-
- ; noaudio 1 ; Disable all pcm audio and do not access direct sound
- ; driver. Only if sound is causing a problem.
-
- ; nocdaudio 1 ; Disable all cd audio and do not access cd audio code.
- ; Only if cd audio playback is causing a problem.
-
- ; forceprimary 1 ; Normally, if we detect two cards and the second supports 3d then
- ; we will use this card for accelerated modes. If the player wishes
- ; to use their primary card (ie if it is better at 3d) then this
- ; option will ignore the second card. Also it will not access the
- ; d3d drivers for any secondary cards if the drivers for the secondary
- ; card is causing crashes.
-
- ; nofmv 1 ; To disable the short fmv clips during the game if these are causing
- ; problems (maybe the lockup just after playing a game?)
-
- ; nofiltering 1 ; To disable bi-linear filtering - might speed up some of the slower
- ; 3d cards by a few frames eg Rage II
-
- ; noreplay 1 ; To disable replays if these are causing problems
-
-
- ; ****************************************************************************************
- ; Requires version 4.64 to use all of the below commands. These are just some new
- ; configuration settings which can be set to tweak settings for certain 3d cards:
- ; ****************************************************************************************
-
- ; force3dtrans 0 ; ignore transparency
- ; 1 ; use chroma keying
- ; 2 ; use alpha textures
-
- ; force3dalpha 0 ; ignore alpha
- ; 1 ; use alpha add
- ; 2 ; use alpha stipple
- ; 3 ; use texture only (rgb lit)
-
- ; force3dshadow 0 ; ignore shadows
- ; 1 ; use alpha blend
- ; 2 ; use alpha stipple
- ; 3 ; use fill
-
- ; force3dfogging 0 ; ignore fogging
- ; 1 ; gouraud fog
-
-
-
-